home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pascal Super Library
/
Pascal Super Library (CW International)(1997).bin
/
BBS_UTL
/
TRIDV308
/
HISTORY.DOC
< prev
next >
Wrap
Text File
|
1993-11-15
|
6KB
|
120 lines
This is the exact program history that is in the source code for
TRIDOOR.TPU. It is a very general record of the changes and additions
made and changed over the course of the unit's history.
{**************************************************************************
TRIDR55.TPU (C)1990 by Triumph Software
Uses Interrupt Driven Communications Routines by Jeremy H. DuBois
Original DOOR.INC Version by Jeremy H. DuBois
Revision 2.00 (Version 1.00) by Christopher M. Russo
This unit is confidential property of Triumph Software. Any illegal
duplication or copying of this software either in full or in part
is a direct violation of copyright laws. Any offending persons will
be prosecuted to the fullest extent of the law.
**************************************************************************}
{---- PROGRAM HISTORY -----------------------------------------------------
V1.00 26-Nov-1990 CMR - Finalized latest version of unit using new
communications routines.
V1.10 27-Nov-1990 CMR - Added the following :
1> Chat mode w/word-wrap.
2> wrdsize and caps variable to be used
with getinput function.
V1.26 28-Nov-1990 CMR - Added the following :
1> User-page procedure.
2> '■' before SysOp-eyes-only comments.
3> print() queue.
4> Help bar status bar.
5> Incorporated COMM routines in code.
V1.27 28-Nov-1990 JHD - Patched HD controller/reset error.
V1.28 29-Nov-1990 JHD - Fix color-direct-screen-write problem.
V1.29 29-Nov-1990 CMR - Fixed character buffer.
V1.30 30-Nov-1990 CMR - General cosmetics and cleanup.
V1.32 03-Dec-1990 JHD - Found error w/getinput that did auto-
return on first entry into program.
V1.38 04-Dec-1990 CMR - Added ANSI Driver & comprint procedure.
V1.40 06-Dec-1990 CMR - Added the following :
1> sysmessage command.
2> auto quit for timeout.
3> time controls.
4> ability to ALT-key and PgDn and so forth
ANYWHERE in program operation.
5> comwait command.
V1.42 12-Dec-1990 CMR - Fixed and corrected HD error.
Changes IRQ for com port settings.
V1.43 12-Dec-1990 CMR - Added close(deffile) to readstats.
V1.46 19-Dec-1990 CMR - Fixed chat mode dropout error.
Added (wrdsize) into getinput.
V1.80 17-Jan-1990 BOTH - Added the following :
1> anup(), andown() and aneraseln()
2> made tridoor adaptable to any bbs
3> altered setup() for initialization
4> allow for change default in aysure()
5> showfile() function
Changed aysure() to allow different default.
V1.83 03-Feb-1991 CMR - Fixed name run-together error in readquick.
V1.87 26-Mar-1991 CMR - Added the following :
1> "line noise" feature (ALT-N)
2> Disable/enable remote keyboard
Fixed ancolor blink problem.
V1.88 30-Apr-1991 CMR - Fixed chat mode help bar recognition.
V2.00 06-Jun-1991 CMR - Mainly made program accept multi-
tasking environments.
V2.20 18-Feb-1992 CMR - 1> Allows non-standard IRQ settings.
2> Allows modification of sbits, dbits and
parity settings.
V2.30 26-Apr-1992 CMR - 1> Accepts PCBOARD.SYS in new function
called readpcb();
2> Accepts locked ports.
Release #22 - found a bug in readquick()
V3.00 27-Feb-1993 CMR - Changes too numerous to mention.
* re-named many variables and procedures
* added activity timeout controls
* restructured to fit PCBoard conventions
* turned get_input/td_readln into a
procedure, not a function
* automatic status-bar update/restore added
* built-in dos shell
* streamlined procedures and functions
* local screen disable
* and about 200,000 more! :)
V3.05 15-Sep-1993 CMR - 1> Removed stats.comstr variable; unneeded.
2> Added read_door function to read DOOR.SYS
on-line door information file.
V3.08 23-Oct-1993 CMR - 1> Added internal support for CHAIN.TXT.
2> Revised and re-hashed some documentation.
3> Added toggle.disable_statusbar.
--------------------------------------------------------------------------}